Alterações

Saltar para a navegação Saltar para a pesquisa
17 bytes adicionados ,  19h25min de 5 de setembro de 2021
→‎Adicionando seu NPC: add translation blocked by new user filter
Linha 117: Linha 117:  
Veja como você criaria um NPC de exemplo que chamaremos de Dobson:
 
Veja como você criaria um NPC de exemplo que chamaremos de Dobson:
 
<ol>
 
<ol>
<li>[https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher#create-a-content-pack Create an empty Content Patcher content pack]. By convention, we'll name the folder <tt>[CP] Dobson</tt>.</li>
+
<li>[https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher#create-a-content-pack Crie um pacote de conteúdos Content Patcher vazio]. Por convenção, nós nomearemos a pasta <tt>[CP] Dobson</tt>.</li>
<li>Create the following files:
+
<li>Crie os seguintes arquivos:
 
* <tt>assets/dialogue.json</tt> containing the dialogue.
 
* <tt>assets/dialogue.json</tt> containing the dialogue.
 
* <tt>assets/marriageDialogue.json</tt> containing the marriage dialogue (if applicable).
 
* <tt>assets/marriageDialogue.json</tt> containing the marriage dialogue (if applicable).
Linha 125: Linha 125:  
* <tt>assets/schedule.json</tt> containing their schedule data.
 
* <tt>assets/schedule.json</tt> containing their schedule data.
 
</li>
 
</li>
<li>Edit the <tt>content.json</tt> to load the files:
+
<li>Edite o <tt>content.json</tt> para carregar os arquivos:
 
<syntaxhighlight lang="json">
 
<syntaxhighlight lang="json">
 
{
 
{
105 900

edições

Menu de navegação