mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
25 lines
547 B
Python
25 lines
547 B
Python
![]() |
# Attempt at making this better. Not sure yet
|
||
|
module_names = [
|
||
|
"animal_names",
|
||
|
"animal_product_names",
|
||
|
"building_names",
|
||
|
"crop_names",
|
||
|
"forageable_names",
|
||
|
"fruit_tree_names",
|
||
|
"generic_names",
|
||
|
"geode_names",
|
||
|
"ingredient_names",
|
||
|
"item_names",
|
||
|
"machine_names",
|
||
|
"meal_names",
|
||
|
"metal_names",
|
||
|
"performance_names",
|
||
|
"quest_names",
|
||
|
"region_names",
|
||
|
"Material",
|
||
|
"season_names",
|
||
|
"skill_names",
|
||
|
"tool_names",
|
||
|
"tv_channel_names",
|
||
|
"villager_names",
|
||
|
]
|