Skip to content

Pathfinder Starfinder

Randal T Meyer edited this page Apr 22, 2024 · 4 revisions

Pathfinder / Starfinder

These commands are for Paizo's Pathfinder and Starfinder Games.

Coin Counter

RPG Sage has a basic understanding of adding and subtracting Pathfinder game currency (copper, silver, gold, platinum).

Example:

sage! 3,000cp +100sp +9cp +200gp -1,000sp

Calendar Commands

These commands involve the calendar and dates of Pathfinder and Starfinder

Calendar

This command lists information about the calendars used in Pathfinder and Starfinder, such as names of days and months and number of days in each month.

Example:

sage!cal
sage!calendar

Slash Command:

/sage finder calendar

Date

This command accepts a date (YYYY-MM-DD) and returns that date as it would be on Golarion in Pathfinder and Absalom Station in Starfinder. If a point of origin is given, then the dates will be relative to that location's calendar instead of being based off the Earth calendar.

Valid origin values:

  • Earth
  • Golarion
  • Absalom (short for Absalom Station)

Examples:

sage!date 1980-01-31
sage!date 4300-03-01 Golarion
sage!date 0427-01-01 Absalom

Notes: Year must be 4 digits, including a leading zero for some years if needed.

Slash Command:

/sage finder date

Today

A shortcut for the date command above that uses the current date.

Example:

sage!today

Notes: Date used is from Pacific timezone

Difficulty Classes (Pathfinder 2e only)

These commands return DC information for Pathfinder 2e. You can get a Simple DC by proficiency, DCs listed by level, as well as a DC by level or spell level.

Valid proficiency values:

  • U or Untrained
  • T or Trained
  • E or Expoert
  • M or Master
  • L or Legendary

Simple DC Examples:

sage!simple dc t
sage!simple dc trained

DCs by Level Example:

sage!dcs by level

DC by Level Example:

sage!dc by level 5

DC by Spell Level Example:

sage!dc by spell level 2

Slash Command:

/sage pf2e dcs

Lists (Pathfinder 2e only)

These commands are meant to provide a quick way to see a list of various things in Pathfinder 2e.

List Gods by Domain

This command lets you list gods that have the given Domain.

Examples:

sage! list gods by domain family
sage! list gods by domain sun

List by Trait

These commands let you list weapons, armor, and spells that have the given Trait.

Examples:

sage! list weapons by trait agile
sage! list armor by trait clumsy
sage! list spells by trait fire

Note: The data is legacy and only includes Core, APG, and Secrets of Magic

Spells by Tradition and Level

This command let you list spells by tradition and level.

Valid Tradition Values:

  • arcane, divine, occult, primal

Valid Level Values:

  • cantrip, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Note: RPG Sage understands plural cantrips as well as level "names" such as 1st, 2nd, 3rd, etc.

Examples:

sage! spells arcane 1
sage! spells divine 3
sage! spells occult cantrip
sage! spells primal cantrips
sage! spells arcane 3rd

For convenience, there is a cantrips command as well.

Example:

sage! arcane cantrips

Note: The data is legacy and only includes Core, APG, and Secrets of Magic

There is an advanced variation of this command that will let you create a "custom" spell list by mixing/matching/excluding traditions. To add spells of a tradition to your custom list, you use + (ex: +arcane). To remove spells of a tradition to your list, you use - (ex: -divine). Likewise, & adds spells that exist in both the list before and after the & while | adds spells that exist in either list.

1st Level; Arcane Spells and Divine Spells:

sage! spells 1st +arcane +divine

1st Level; Arcane Spells that are not Divine Spells:

sage! spells 1 +arcane -divine

1st Level; Spells that are Arcane and Divine Spells:

sage! spells 1 +arcane &divine

Note: The command is progressive/additive, so you need to be careful.

3rd Level; Spells that are Arcane and Primal, without spells that are Occult

sage! spells 3 +arcane &primal -occult

Focus Spells Lists

This command lets you list focus spells by archetype, class, domain.

Archetype Example:

sage! focus spells shadowdancer

Class Example:

sage! focus spells bard

Domain Example:

sage! focus spells fire

Note: The data is legacy and only includes Core, APG, and Secrets of Magic

Find / Search

These commands will search content loaded by RPG Sage as well as Archives of Nethys and return the top 10 hits (as well as a count of total hits). Results that RPG Sage can display directly in the channel will hae a numeric emoji that you can react with to see the item. Results that have an AoN url will have an AoN Icon as well as a link to the page with the results. There will also be a link at the bottom of the list that takes you to the AoN search page with your query loaded so that you can see the full results.

Note: This command only works in channels set to use one of the PF/SF games.

Find

The Find command only searches item names. It was meant to be a quick way to load an item, like a spell, that you know the name of. If your search returns only one item with an exact name match, RPG Sage will skip the results list and show the item.

Find Examples:

sage?! telekinetic projectile
sage?! shortsword

Search

The Search command searches item names as well as content.

Search Examples:

sage? dying
sage? recovery
sage? orc ax
sage? magic missile staff

Starting Wealth (Patfinder 2e only)

This command will show you the Starting Wealth table (Table 10-10 in the original Core Rulebook) for Pathfinder 2e. If you also provide the level, it will show only the values for that level.

Examples:

sage! starting wealth
sage! starting wealth 1st
sage! starting wealth 12

Income Earned (Pathfinder 2e only)

This command will show you the values from the Income Earned Table (Table 4-2 in the original Core Rulebook) for Pathfinder 2e. If you also provide a task level and proficiency, the results will be narrowed down accordingly.

Valid Task Level Values:

  • Numbers from 1 to 30

Valid Proficiency Values:

  • t or trained
  • e or expert
  • m or master
  • l or legendary

Basic Example:

sage! income earned

Task Level Examples:

sage! income earned 3
sage! income earned 15

Task Level and Proficiency Examples:

sage! income earned 3 e
sage! income earned 15 legendary
Clone this wiki locally