As of v0.14 - Walking NPCs can comment based on your clothes.
There are 3 reaction presets to choose from: positive, annoyed, and fear. Use only preset for your clothing item. To enable this, all you need to do is add the appropriate tag to your yaml file:
- For positive/greeting - add the tag "PositiveReaction"
- For annoyed - add the tag "AnnoyedReaction"
- For fear - add the tag "FearReaction"
Here's an example yaml which will produce a positive comment from walking NPCs:
Items.YourClothingMod:
$base: Items.GenericClothingMod
entityName: itemEntityName
appearanceName: itemAppearanceName
displayName: itemDisplayName
quality: Quality.Legendary
tags: [Clothing, PositiveReaction]
Here's a video tutorial - https://www.youtube.com/watch?v=BQ2NJofdzfk from GhostridrTat
0 comments