-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add character sheet for Coyote & Crow
- Loading branch information
1 parent
16adb82
commit 0cc3939
Showing
57 changed files
with
13,800 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<form name="frmCoyoteCrowFormFillableCharacterSheet_v1_01__1_2_svg" align="client" theme="light" margins="{top=1}"> | ||
<style>#frmCoyoteCrowFormFillableCharacterSheet_v1_01__1_2_svg path {color: black; strokeColor: black; mode: stretch;} 
 | ||
#frmCoyoteCrowFormFillableCharacterSheet_v1_01__1_2_svg label {fontColor: black; textTrimming: none; wordWrap: false; autoSize: true;}</style> | ||
|
||
<rectangle g="row" g-vert-tile="true" g-min-height="1268" color="white"> | ||
<image left="0" top="0" width="979" height="1268" src="images/2.png" style="stretch" optimize="true" compilerOrder="0"/>
 | ||
<layout left="82" top="86" width="811" height="35" compilerOrder="1"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_1" compilerOrder="2"/> | ||
</layout>
 | ||
<layout left="82" top="124" width="811" height="35" compilerOrder="3"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_2" compilerOrder="4"/> | ||
</layout>
 | ||
<layout left="82" top="162" width="811" height="35" compilerOrder="5"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_3" compilerOrder="6"/> | ||
</layout>
 | ||
<layout left="82" top="201" width="811" height="35" compilerOrder="7"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_4" compilerOrder="8"/> | ||
</layout>
 | ||
<layout left="82" top="239" width="811" height="35" compilerOrder="9"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_5" compilerOrder="10"/> | ||
</layout>
 | ||
<layout left="82" top="278" width="811" height="35" compilerOrder="11"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_6" compilerOrder="12"/> | ||
</layout>
 | ||
<layout left="82" top="316" width="811" height="35" compilerOrder="13"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_7" compilerOrder="14"/> | ||
</layout>
 | ||
<layout left="82" top="354" width="811" height="35" compilerOrder="15"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_8" compilerOrder="16"/> | ||
</layout>
 | ||
<layout left="82" top="393" width="811" height="35" compilerOrder="17"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_9" compilerOrder="18"/> | ||
</layout>
 | ||
<layout left="82" top="431" width="811" height="35" compilerOrder="19"> | ||
<edit transparent="true" fontSize="15.2" fontColor="#000000" horzTextAlign="leading" vertTextAlign="center" left="0" top="0" width="811" height="36" field="Belongings_10" compilerOrder="20"/> | ||
</layout>
 | ||
<layout left="520" top="594" width="409" height="582" compilerOrder="23"> | ||
<image left="0" top="0" width="409" height="583" compilerOrder="24" style="proportional" field="charSketch" editable="true" animate="true" /> | ||
</layout>
 | ||
<layout left="101" top="604.8" width="376" height="573.2" compilerOrder="21"> | ||
<textEditor left="0" top="0" width="376" height="573.2" fontSize="19.2" fontColor="#000000" field="Saga_Notes" transparent="true" compilerOrder="22"/> | ||
</layout>
 | ||
</rectangle> | ||
</form> |
18 changes: 18 additions & 0 deletions
18
Plugins/Sheets/Coyote and Crow/FillablePDF/CoyoteAndCrow.lfm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<form name="frmCoyoteCrow" formType="sheetTemplate" dataType="app.firecast.plugins.coyoteandcrow.fillablepdf" title="Coyote & Crow" align="client" theme="light"> | ||
<layout g="container" g-auto-height="false" g-vert-tile="true" g-cnt-horz-align="center"> | ||
|
||
<scrollBox g="block" g-vert-tile="true" width="1022" g-horz-tile="true" g-max-width="1022"> | ||
<rectangle height="1268" width="1005" color="white"> | ||
<tabControl align="client"> | ||
<tab title="Front"> | ||
<import file="1.lfm"/> | ||
</tab> | ||
<tab title="Back"> | ||
<import file="2.lfm"/> | ||
</tab> | ||
</tabControl> | ||
</rectangle> | ||
</scrollBox> | ||
</layout> | ||
</form> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module sdkVersion="3.7c"> | ||
<!--"id" identifica seu plug-in de forma global. Deve ser exclusivo, conter apenas caracteres alfanuméricos, underlines, pontos e deve conter pelo menos 5 caracteres e um máximo de 40. Depois de definir o ID, você não deve alterá-lo ;)--> | ||
<id>app.firecast.plugins.coyoteandcrow</id> | ||
<!--"version" é a versão do seu plugin. Quando você lança uma nova versão do seu módulo, altere aqui =)--> | ||
<version>1.0</version> | ||
|
||
<info lang="pt-BR"> | ||
<!--Informações do plugin na língua "pt-BR". Você pode ter várias tags "info", uma para cada tradução que quiser.--> | ||
<name>Coyote & Crow</name> | ||
<description>Modelo de ficha para Coyote & Crow</description> | ||
<author>AlyssonRPG</author> | ||
<site>https://firecast.app</site> | ||
<contact>alyssonrpg@gmail.com</contact> | ||
</info> | ||
|
||
<info lang="en"> | ||
<description>Character sheet for Coyote & Crow</description> | ||
</info> | ||
</module> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# API do SDK 3 (Software Development Kit) | ||
|
||
O motor de funcionamento do SDK3 é dividido entre duas entidades: | ||
|
||
- Código binário em pascal, embutido no rrpg.exe ou FirecastMobile | ||
- Código lua que faz a ponte entre seu código .lua e o código binário. | ||
|
||
Esta pasta contém o código lua que faz a ponte entre os dois mundos! | ||
|
||
Observação: Quando você realiza o comando "rdk p", o conteúdo desta pasta é copiado para a subpasta /sdk do seu projeto. |
Oops, something went wrong.