Commit Graph

265 Commits (996bd1c32343dea6e8170eb13aaeea7ea1e450e2)

Author SHA1 Message Date
James Miller df2bdacc56 got requirements.yamls and YAML->SQL working 2019-11-14 22:42:38 -06:00
James Miller 31d2fd5fba working on verifying spells.yaml 2019-11-14 21:56:47 -06:00
James Miller be05adbc16 deprecating third-party json 2019-11-14 21:15:09 -06:00
James Miller 18ad27e77f rough spell data to YAML, turns out LOT OF data issues in json 2019-11-14 21:14:07 -06:00
James Miller 9c94876a06 update json data from 3pp DB; LAST TIME importing from 3pp 2019-11-14 17:09:16 -06:00
James Miller 67f6e0b191 sources.yaml: add in Hellknight Hill and Lost Omens WG to sources 2019-11-14 17:08:45 -06:00
James Miller d9f41e655e got YAML-SQL on utility spell tables working 2019-11-14 16:19:16 -06:00
James Miller 9ed5df9ce0 start spells.yaml data 2019-11-14 16:04:21 -06:00
James Miller 780efef779 change table action_trait to trait_action 2019-11-14 00:21:51 -06:00
James Miller 6f9ffcd6f7 got action_trait working YAML->SQL 2019-11-14 00:19:10 -06:00
James Miller 7d585f02f3 Have actions YAML-SQL but still need to do actions_traits 2019-11-14 00:05:59 -06:00
James Miller f96544cf9e got actioncategories YAML->SQL working 2019-11-13 23:45:34 -06:00
James Miller fe75e29578 moving files around to deprecated 2019-11-13 23:36:44 -06:00
James Miller 6b0d2e9fc7 built the data for actions in actions.yaml 2019-11-13 23:34:46 -06:00
James Miller f253258571 fix typo on langs.yaml and get YAML->SQL working on langs 2019-11-13 22:40:55 -06:00
James Miller 2e9bee76ad commenting langs.yaml 2019-11-13 22:28:55 -06:00
James Miller ae4e390478 langs.yaml data entered 2019-11-13 22:27:38 -06:00
James Miller 06976b3150 got bulks YAML->SQL working 2019-11-13 22:17:01 -06:00
James Miller fc6dab15d7 bulks.yaml added 2019-11-13 17:05:22 -06:00
James Miller 00d07f7ab7 run yapf on gendb.py 2019-11-12 22:37:23 -06:00
James Miller 1031404280 got backgrounds working YAML->SQL 2019-11-12 22:26:40 -06:00
James Miller 2bc23db5d9 file renaming 2019-11-12 22:09:02 -06:00
James Miller b5e6ffee10 yaml data for backgrounds entered 2019-11-12 22:06:34 -06:00
James Miller 6bd3652ebf got conditions YAML -> SQL 2019-11-12 21:32:22 -06:00
James Miller f1aa1aa2e3 yaml data for conditions 2019-11-12 21:12:41 -06:00
James Miller 14f9291836 run yapf 2019-11-12 20:37:40 -06:00
James Miller 8b90c5ff01 get damagetype and damagecategory working yaml -> sql 2019-11-12 20:36:35 -06:00
James Miller bd7a59bdb6 run yapf on gendb.py 2019-11-12 18:43:34 -06:00
James Miller db5e08d560 added in yaml for damagecategories and types; no to sql yet 2019-11-12 00:02:54 -06:00
James Miller 38579d8c1d got skills working with yaml 2019-11-11 23:42:47 -06:00
James Miller 39f1a25704 got sources working with yaml to sql 2019-11-11 21:39:45 -06:00
James Miller 7187c663c2 remove print line in gendb.py 2019-11-11 21:10:07 -06:00
James Miller 4199cbad6a rename basics.py to gendb.py 2019-11-11 21:00:15 -06:00
James Miller b1e3a4098f moved sql-to-traits.py to deprecated 2019-11-11 20:59:46 -06:00
James Miller 71e915fc70 got traits working with yaml 2019-11-11 20:57:44 -06:00
James Miller c517e0b208 fix indent to be consistent 2019-11-11 20:22:29 -06:00
James Miller bf2c0b1605 working on traits to yaml 2019-11-11 20:19:12 -06:00
James Miller 80a11b3b10 got size working 2019-11-11 16:43:38 -06:00
James Miller c8bde8dad6 got weaponcategory working 2019-11-11 16:39:50 -06:00
James Miller c03d61536c got movement working 2019-11-11 16:36:55 -06:00
James Miller 19d82b3fc0 got frequency working 2019-11-11 16:35:09 -06:00
James Miller b964003d74 got alignment working 2019-11-11 16:31:21 -06:00
James Miller 6476f4de41 got lang rarity populating 2019-11-11 16:28:05 -06:00
James Miller 6ed2eea571 got actioncost working with yaml generation 2019-11-11 16:17:28 -06:00
James Miller 998f331bcc got ability scores populating 2019-11-11 16:08:55 -06:00
James Miller 3aff6367c2 New File: basics.py (empty) 2019-11-11 15:26:49 -06:00
James Miller 0da4256cb4 new file: basics.yaml 2019-11-11 15:24:08 -06:00
Brian Haley ffba67c155 Add id PK columns for all tables, hard code all ids 2019-09-03 13:19:23 -04:00
Brian Haley 068c2fb2b8 Revert "Removed insert for id, removed composite PK created id INTEGER PRIMARY KEY"
This reverts commit 3ab787ec11.
2019-09-03 12:23:31 -04:00
Brian Haley 3ab787ec11 Removed insert for id, removed composite PK created id INTEGER PRIMARY KEY 2019-08-31 14:51:02 -04:00
Brian Haley d9c1cd44ce Added joining table and created staff_staffactivations table
Also cleaned some redundant NOT NULL and improved comments
2019-08-30 13:15:56 -04:00
Brian Haley 27c6bf673d Replace double with single quotes in insert, fix wrong name in Staff of Necromancy 2019-08-29 21:43:34 -04:00
Brian Haley 4a9eb7dd40 Bug fix old activation remaining in insert 2019-08-29 21:22:46 -04:00
Brian Haley 5deeaee706 Remove extra comma 2019-08-29 21:08:56 -04:00
Brian Haley 509c57b9de Verdant Staff 2019-08-29 18:42:13 -04:00
Brian Haley c4c972f1c7 Staff of Transmutation 2019-08-29 18:42:13 -04:00
Brian Haley 5d7987874f Fix wrong name for Staff of the Magi 2019-08-29 18:42:13 -04:00
Brian Haley a968cf3bc3 Staff of the Magi 2019-08-29 18:42:12 -04:00
Brian Haley 84de5fabd0 Missing traits 2019-08-29 18:42:12 -04:00
Brian Haley 92efe01e78 Staff of Power 2019-08-29 18:42:12 -04:00
Brian Haley d19effff6c Staff of Necromancy 2019-08-29 18:42:12 -04:00
Brian Haley e2c678c674 Staff of Illusion 2019-08-29 18:42:12 -04:00
Brian Haley 5ae008ed2e Change schema add one-to-many table for activations 2019-08-29 18:42:12 -04:00
Brian Haley fe46babb6f Staff of Healing 2019-08-29 18:42:11 -04:00
Brian Haley a0a3b7c43b Fix for Staff of Fire ids 2019-08-29 18:42:11 -04:00
Brian Haley b353e641a3 Add item bonus column and update inserts 2019-08-29 18:42:11 -04:00
Brian Haley ddb2cb1028 Staff of Fire 2019-08-29 18:42:11 -04:00
Brian Haley 87c85fb1cc Staff of Evocation 2019-08-29 18:42:11 -04:00
Brian Haley a694fff525 Staff of Enchantment 2019-08-29 18:42:11 -04:00
Brian Haley ec7b9465f4 Staff of Divination 2019-08-29 18:42:10 -04:00
Brian Haley 9f5d077376 Staff of Conjuration 2019-08-29 18:42:10 -04:00
Brian Haley 5f7f3e145f Missing parts of comments 2019-08-29 18:42:10 -04:00
Brian Haley 54ba41e0e6 Staff of Abjuration complete 2019-08-29 18:42:10 -04:00
Brian Haley d0309af75a Assuming the broken link is the missing activate and effect for Anilal Staff 2019-08-29 18:42:10 -04:00
Brian Haley 96f236392a Mentalist's Staff done 2019-08-29 18:42:10 -04:00
Brian Haley c15833057d Moved spell level before page number for readability 2019-08-29 18:42:09 -04:00
Brian Haley 6d23e8ed20 Fix staff_id 2019-08-29 18:42:09 -04:00
Brian Haley 84e907f835 Replace comments with spells_id 2019-08-29 18:42:09 -04:00
Brian Haley ff5b6d59a6 Remove primary key from staff spell intermediary table 2019-08-29 18:42:09 -04:00
Brian Haley d07facda3e Insert for Animal Staff 2019-08-29 18:42:09 -04:00
James R Miller b3b0967cb3 squash merge: partially did arbiter data 2019-08-25 22:33:15 -05:00
James Miller 29173d8ef0 add some TODO comments 2019-08-19 14:14:45 -05:00
James R Miller 0c29550dc3 fixes #53; flattens monster speed in schema 2019-08-19 12:40:24 -05:00
Wesley Webb 819edeab6f Feats comments added. 2019-08-19 01:03:42 -04:00
Wesley Webb 61a5c55f60 Feats data added. 2019-08-19 01:03:28 -04:00
James R Miller 56ae0099c4 fix Neutral to True Neutral 2019-08-18 20:01:46 -05:00
James R Miller 50277224ba fix whitespace on movement.sql 2019-08-18 20:01:46 -05:00
James R Miller 453dd03232 add movements data 2019-08-18 20:01:46 -05:00
James R Miller aa4ae5473f remove comments 2019-08-18 20:01:46 -05:00
James R Miller 382352f412 data entered for alignments 2019-08-18 20:01:46 -05:00
James R Miller 42f40be4c4 add movements and alignments 2019-08-18 20:01:46 -05:00
James R Miller 80310f8789 fix bug in senses.sql data 2019-08-18 20:01:46 -05:00
James R Miller 9bd9b830a0 fix skills entry 2019-08-18 20:01:46 -05:00
James R Miller 81b47bb7be working on adding in basic skills 2019-08-18 20:01:46 -05:00
James R Miller 34486bc159 more work on senses 2019-08-18 15:27:32 -05:00
James R Miller c9ce0e0752 add sources to senses (WIP) and working on senses descriptions (WIP) 2019-08-18 15:22:50 -05:00
James R Miller 8cc7da1d17 fix doublequote to single 2019-08-18 15:11:32 -05:00
James R Miller 12b279943b fix darkvision and greater darkvision descrptions 2019-08-18 15:04:38 -05:00
James R Miller 7ac219b7df double quotes to single quotes on ancestries 2019-08-18 14:55:49 -05:00
James R Miller 5cb1acc2a5 add damagetypes descriptions; remove short descr on individual damage types 2019-08-18 14:49:32 -05:00