變更

移除 284 位元組 、 2024年9月11日 (星期三)
第10行: 第10行:  
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! field
+
! 字段
! effect
+
! 说明
 
|-
 
|-
 
| <samp>DisplayName</samp>
 
| <samp>DisplayName</samp>
| A [[Modding:Tokenizable strings|tokenizable string]] for the animal type's display name.
+
| 是一个可标记字符串用来注释动物的种类
 
|-
 
|-
 
| <samp>House</samp>
 
| <samp>House</samp>
第20行: 第20行:  
|-
 
|-
 
| <samp>Gender</samp>
 
| <samp>Gender</samp>
| ''(Optional)'' The possible genders for the animal type. Currently this only affects the text shown after purchasing the animal, like "''Great! I'll send little &lt;name&gt; to [his/her] new home right away''". Default <samp>Female</samp>.
+
| ''( 可选项)'' 用于描述动物的性别
   −
The possible values are:
+
可能的数据是:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! value
+
!
! effect
+
! 说明
 
|-
 
|-
 
| <samp>Male</samp><br /><samp>Female</samp>
 
| <samp>Male</samp><br /><samp>Female</samp>
| Farm animals of this type are always male or always female.
+
| 农场的动物性别固定为雄性(male)或雌性(female)
 
|-
 
|-
 
| <samp>MaleOrFemale</samp>
 
| <samp>MaleOrFemale</samp>
| The gender of each animal is randomized based on its internal unique ID.
+
| 动物性别随机分配
 
|}
 
|}
 
|}
 
|}
67

次編輯