Изменения

м
Замена текста — «(e.g. » на «(''e.g.,'' »
Строка 1549: Строка 1549:     
=== Обязательные теги ===
 
=== Обязательные теги ===
To find the definition for a particular pond, the game goes through the pond definitions in the order they appear in the data file. The first definition where all of the required tags match the type of fish in the pond will be used. Individual fish are generally referenced with a tag that looks like <samp>item_<fishname></samp> (e.g. <samp>item_sunfish</samp>). These tags are automatically created by the game for each fish object.
+
To find the definition for a particular pond, the game goes through the pond definitions in the order they appear in the data file. The first definition where all of the required tags match the type of fish in the pond will be used. Individual fish are generally referenced with a tag that looks like <samp>item_<fishname></samp> (''e.g.,'' <samp>item_sunfish</samp>). These tags are automatically created by the game for each fish object.
    
There are some more general tags defined in <samp>Content\Data\ObjectContextTags.xnb</samp> which usually match multiple fish. For example the tag <samp>fish_carnivorous</samp> is assigned to the Dorado, Lingcod, and Pike. The last pond definition in the unmodded Fish Pond data has a required tag of <samp>category_fish</samp> and is a generic catch-all that matches any fish in the <samp>-4</samp> [[Modding:Object_data#Categories|category]].
 
There are some more general tags defined in <samp>Content\Data\ObjectContextTags.xnb</samp> which usually match multiple fish. For example the tag <samp>fish_carnivorous</samp> is assigned to the Dorado, Lingcod, and Pike. The last pond definition in the unmodded Fish Pond data has a required tag of <samp>category_fish</samp> and is a generic catch-all that matches any fish in the <samp>-4</samp> [[Modding:Object_data#Categories|category]].