Skip to content

Commit

Permalink
Use 3rd party license agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
8kto committed Feb 7, 2024
1 parent 612048b commit 632a209
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@

<!-- For PROGRESS update, run yarn update-readme-stats -->

Lamentations of the Flame Princess Helpers: an online inventory and equipment tool for the LotFP TTRPG
system.
An online inventory and equipment tool compatible with the LotFP TTRPG system.

The main task this tool aims to solve is to allow playing from a
phone or desktop, quickly create inventory, and easily calculate
encumbrance and movement rate (speed).

## Disclaimer

This product is an independent production by [Igor Okto / undefined](https://github.com/8kto)
and is not affiliated with Lamentations of the Flame Princess.
Lamentations of the Flame Princess is a registered trademark owned
by James Edward Raggi IV.

The content utilized in this project has been sourced from publicly available materials, including but not limited to the [LotFP Rules & Magic Free Version](https://preview.drivethrurpg.com/en/product/115059/LotFP-Rules--Magic-Free-Version) and resources from [Basic Fantasy RPG](https://www.basicfantasy.org/downloads.html).

## Demo

https://lotfp.vercel.app
Expand Down Expand Up @@ -72,9 +80,3 @@ yarn dev # Start the development server
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Disclaimer

This project is created just for fun and is not officially affiliated with or endorsed by the publishers of ["Lamentations of the Flame Princess" (LotFP)](https://www.lotfp.com/RPG/) or any other related entities.

The content utilized in this project has been sourced from publicly available materials, including but not limited to the [LotFP Rules & Magic Free Version](https://preview.drivethrurpg.com/en/product/115059/LotFP-Rules--Magic-Free-Version) and resources from [Basic Fantasy RPG](https://www.basicfantasy.org/downloads.html).
19 changes: 14 additions & 5 deletions src/pages/disclaimer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,25 @@ export default function DisclaimerPage() {
<h2>Disclaimer</h2>
</header>
<p>
This project is created just for fun and is not officially
affiliated with or endorsed by the publishers of{' '}
This product is an independent production by{' '}
<a
target='_blank'
rel='noopener noreferrer'
href='https://www.lotfp.com/RPG/'
href='https://github.com/8kto'
>
&quot;Lamentations of the Flame Princess&quot; (LotFP)
Igor Okto / undefined
</a>{' '}
or any other related entities.
and is not affiliated with Lamentations of the Flame Princess.
Lamentations of the Flame Princess is a registered trademark owned
by James Edward Raggi IV.
<br />
<a
target='_blank'
rel='noopener noreferrer'
href='https://www.lotfp.com/RPG/3rd-party-support'
>
LotFP Compatibility License Terms 1.4
</a>
</p>

<p>
Expand Down

0 comments on commit 632a209

Please sign in to comment.