Files
Grinch-AP/worlds/stardew_valley/strings/building_names.py

26 lines
596 B
Python
Raw Permalink Normal View History

2023-07-19 14:26:38 -04:00
class Building:
barn = "Barn"
big_barn = "Big Barn"
deluxe_barn = "Deluxe Barn"
coop = "Coop"
big_coop = "Big Coop"
deluxe_coop = "Deluxe Coop"
fish_pond = "Fish Pond"
mill = "Mill"
shed = "Shed"
big_shed = "Big Shed"
silo = "Silo"
slime_hutch = "Slime Hutch"
stable = "Stable"
well = "Well"
shipping_bin = "Shipping Bin"
farm_house = "Farm House"
2023-07-19 14:26:38 -04:00
kitchen = "Kitchen"
kids_room = "Kids Room"
cellar = "Cellar"
pet_bowl = "Pet Bowl"
2023-07-19 14:26:38 -04:00
class ModBuilding:
tractor_garage = "Tractor Garage"