1.0 KiB
1.0 KiB
Directory for scraping aon2e
Current languages
- Python
Python requirements
- Python 3.6.8
- pip
- pandas 0.24.2
- requests 2.21.0
- beautifulsoup4==4.8.0
- time
- re
Spells
Column | Data type | Comments |
---|---|---|
name | string | |
level | integer | 1 to 9 |
traits | list of strings | None may be possible |
source | string | Follows format 'Core Rulebook pg. ?' |
traditions | list of strings | should not contain any empty lists |
actions | list of integers or string | contains either a list of integers representing the number of actions or a string representing the time to cast error handling isn't complete |
components | list of strings | currently only contains material, somatic or verbal |
spell_range | string | |
target | string | |
description | string | TODO separators for blank lines and |
save | string | |
duration | string | |
success | ? | list of dictionaries maybe? |
heighten | ? | list of dictionaries maybe? |