Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Nov 3, 2023
1 parent 2a7c3d9 commit 447eaa7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 34 deletions.
53 changes: 25 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,71 @@
# v11.0.2
## v11.1.0

- Initiative-Tracker Overhaul, brought to you by Muttley.
- System migrated to new home and build process
- Compendiums now contained within a top-level system folder

## v11.0.2

- Initiative-Tracker Overhaul, brought to you by Muttley.
(If you had Lancer mod for tracking initiative you can disable it since the system now handles initiative tracking)
Also, check the settings where You can toggle Momentum decreasement at the end of the round.
Many thanks to Muttley for sharing his initiative tracker modifications and spending his time to implement it.


# v11.0.1
## v11.0.1

- Item Sheets now look in the skill compendium when creating list of skills and focuses in dropdowns.
You can set what compendium to use for skills in AC2d20 settings

# v11.0.0
## v11.0.0

- Foundry V11 compatible


# v10.0.10
## v10.0.10

- Necessary changes to TextEnricher to support full async methods
- Fixed Item to Chat button


# v10.0.9
## v10.0.9

- Added option in the settings to point to your json file that contains custom **descriptions** for weapon's effects/qualities. (It is a way to override those descriptions like 'pg.99' .etc)

# v10.0.8
## v10.0.8

- Added delete button to skills

# v10.0.7
## v10.0.7

- Added text enrichers for AC2D20 special symbols like the small cthulhu head or the cross.
Write the **Cthulhu Head Icon(symbol)** in texts by typing **@s** ot **@stress** or **@c** or **@challenge**
Write the **The Cross symbol** in texts by typing **@x** or **@xross**

# v10.0.6
## v10.0.6

- Fixed custom skill compendium usage

# v10.0.5
## v10.0.5

- Added carry capacity autocalculation

# v10.0.4
## v10.0.4

- Spellcasting types are now defined by Actor and not the spells. Traditional, Researcher and Dabbler are now set on the Character/NPC sheet under the "Spells" tab.

# v10.0.3
## v10.0.3

- Fixed item qualities display in chat messages

# v10.0.2
## v10.0.2

- Small changes to roller so it works with Maestro Module item tracks

# v10.0.1
## v10.0.1

- Added Spanish translation (Thanks to Viajero Salvaje)

# v10.0.0
## v10.0.0

- System is compatible with Foundry v10
- Added Fatigue value to the character sheet


# v 1.0.5
## v 1.0.5

Fixed bug with Personal Truths and Injuries on the Actor sheet.
Due to the nature of the bug data model is changed and no migration is provided
Expand All @@ -85,24 +84,22 @@ console.log(act.data.data.truths)
console.log("INJURIES")
console.log(act.data.data.injuries.list)
```


# v 1.0.4
## v 1.0.4

- Setting added: "Show GM Momentum To Player"
- Setting added: "Players Can Setup Party's Max App"
- Changed releases manifest and package.

# v 1.0.3
## v 1.0.3

- Bumped version to v9
- Changed the power on the spell tab so it only has a single numerical field
- Creating new spells now leaves the focus field empty

# v 1.0.2
## v 1.0.2

- Added Ritual fields for Spells.

# v 1.0.1
## v 1.0.1

- Added two new weapon qualities found in GM guide. Bane and Hunger.
File renamed without changes.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@
![Latest Version](https://img.shields.io/github/downloads/Muttley/foundryvtt-ac2d20/latest/total)
![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fac2d20)

# Achtung Cthulhu 2D20
# Achtung! Cthulhu 2d20 System for Foundry VTT

This is the unofficial Achtung Cthulhu 2d20 system for Foundry
This is the unofficial Achtung Cthulhu 2d20 system for Foundry VTT.

## Sheets

- The system provides sheets for Character, NPC and Vehicle Actor.
- Item sheets for Weapons, Armor, Talents, Spells, Skill Kits, Special Rules and Equipment.

## Compendiums
## Compendiums

- Skills Compendium. List of Skills with their Focuses. Dragg the Skills you need from the compendium to the NPC sheets.
- Macros Compendium. 2 Macros for rolling D20 and Stress(d6) dice. You can drag those to you macro bar.

## Featuring

- The system supports Dice-So-Nice module and introduces its own stress dice shortcut ("s") that you can use in chat or in journals (example: "/r 1ds", "[[/r 1ds]]", "[[1ds]]"
- The system supports Dice-So-Nice module and introduces its own stress dice shortcut ("s") that you can use in chat or in journals (example: "`/r 1ds`", "`[[/r 1ds]]`", "`[[1ds]]`"
- IMPORTANT: The system doesn't provide any pre-populated content.


0 comments on commit 447eaa7

Please sign in to comment.