pathfinder-2-sqlite-MIRROR/data/ancestries.sql

9 lines
261 B
MySQL
Raw Normal View History

2019-08-02 23:01:17 -04:00
-- -*- mode:sql sql-product:sqlite -*-
/* Decide on format of flavor text; probably markdown? */
INSERT INTO ancestries (ancestry_id, short_name, flavor_text, hp, size_id,
boosts, flaws, vision_id)
VALUES
(1, 'Dwarf', 'TODO', 10, );