Skip to content

Commit

Permalink
Ficha Pathfinder v1.2.3
Browse files Browse the repository at this point in the history
* Small fix on armor penalty
  • Loading branch information
ViniciusDinizLima committed Nov 2, 2024
1 parent 84cfb7d commit 74e3025
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
local node = self.rclListaDosCompanheiros.selectedNode
local rolagem = Firecast.interpretarRolagem("1d20 + " .. (node.agarrarComp or 0))
local mesaDoPersonagem = Firecast.getMesaDe(sheet)
mesaDoPersonagem.activeChat:rolarDados(rolagem, "Teste de agarrar de " .. (node.nomeComp or "Companheiro"))
mesaDoPersonagem.activeChat:rolarDados(rolagem, "Teste de BMC de " .. (node.nomeComp or "Companheiro"))
</event>
</button>
<edit g="col" g-width="3" height="25" field="agarrarComp"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<edit g="col" g-width="1" height="25" vertTextAlign="center" field="pen">
<event name="onUserChange">
if self.boxDetalheDoEquipamento.node==nil then return end
if self.boxDetalheDoEquipamento.node.index ~= 6 then return end
if self.boxDetalheDoEquipamento.node.index ~= 8 then return end

if self.boxDetalheDoEquipamento.node.pen==nil then
self.boxDetalheDoEquipamento.node.pen=0
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Sheets/Ficha Pathfinder/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module sdkVersion="3.7b">
<id>FICHA_PATHFINDER</id>
<version>1.2.2</version>
<version>1.2.3</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>Ficha Pathfinder</name>
Expand Down
Binary file modified Plugins/Sheets/Ficha Pathfinder/output/Ficha Pathfinder.rpk
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
</dataType>
</dataTypes>
</element>
<element id="FICHA_PATHFINDER" name="Ficha Pathfinder" url="https://github.com/rrpgfirecast/firecast/blob/master/Plugins/Sheets/Ficha%20Pathfinder/output/Ficha%20Pathfinder.rpk?raw=true" fileName="Ficha Pathfinder.rpk" repositoryPath="Sheets/Ficha Pathfinder/" author="Ambesek &amp; Nefertyne" description="Ficha feita para o sistema Pathfinder." version="1.2.2" compilationDate="28072024185314" compilationDigest="85ff9772219b1269ce02daf4b976b7d0819306fd">
<element id="FICHA_PATHFINDER" name="Ficha Pathfinder" url="https://github.com/rrpgfirecast/firecast/blob/master/Plugins/Sheets/Ficha%20Pathfinder/output/Ficha%20Pathfinder.rpk?raw=true" fileName="Ficha Pathfinder.rpk" repositoryPath="Sheets/Ficha Pathfinder/" author="Ambesek &amp; Nefertyne" description="Ficha feita para o sistema Pathfinder." version="1.2.3" compilationDate="28072024185314" compilationDigest="85ff9772219b1269ce02daf4b976b7d0819306fd">
<info lang="pt-BR" name="Ficha Pathfinder" description="Ficha feita para o sistema Pathfinder." author="Ambesek &amp; Nefertyne" site="http://pt-br.rpgmeister.wikia.com/wiki/Main_Page"/>
<dataTypes>
<dataType id="Ambesek.Nefertyne.FichaPathfinder" title="Ficha Pathfinder" formType="sheetTemplate">
Expand Down

0 comments on commit 74e3025

Please sign in to comment.