Skip to content

Commit

Permalink
Add character sheet for Coyote & Crow
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssonrpg committed Jul 3, 2024
1 parent 16adb82 commit 0cc3939
Show file tree
Hide file tree
Showing 57 changed files with 13,800 additions and 1 deletion.
505 changes: 505 additions & 0 deletions Plugins/Sheets/Coyote and Crow/FillablePDF/1.lfm

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions Plugins/Sheets/Coyote and Crow/FillablePDF/2.lfm
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;} &#xD;
#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"/>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
<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>&#xD;
</rectangle>
</form>
18 changes: 18 additions & 0 deletions Plugins/Sheets/Coyote and Crow/FillablePDF/CoyoteAndCrow.lfm
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 &amp; 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.
20 changes: 20 additions & 0 deletions Plugins/Sheets/Coyote and Crow/module.xml
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 &amp; Crow</name>
<description>Modelo de ficha para Coyote &amp; Crow</description>
<author>AlyssonRPG</author>
<site>https://firecast.app</site>
<contact>alyssonrpg@gmail.com</contact>
</info>

<info lang="en">
<description>Character sheet for Coyote &amp; Crow</description>
</info>
</module>
Binary file not shown.
10 changes: 10 additions & 0 deletions Plugins/Sheets/Coyote and Crow/sdk/README.md
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.
Loading

0 comments on commit 0cc3939

Please sign in to comment.