forked from mirror/Archipelago
Some checks failed
Analyze modified files / flake8 (push) Failing after 2m28s
Build / build-win (push) Has been cancelled
Build / build-ubuntu2204 (push) Has been cancelled
ctest / Test C++ ubuntu-latest (push) Has been cancelled
ctest / Test C++ windows-latest (push) Has been cancelled
Analyze modified files / mypy (push) Has been cancelled
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 5m4s
Native Code Static Analysis / scan-build (push) Failing after 5m2s
type check / pyright (push) Successful in 1m7s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 16m23s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 28m19s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 14m49s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 5m0s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
38 lines
1.3 KiB
Python
38 lines
1.3 KiB
Python
# game items
|
|
portal_gun_1 = "Portal Gun"
|
|
portal_gun_2 = "Upgraded Portal Gun"
|
|
potatos = "PotatOS"
|
|
weighted_cube = "Weighted Cubes"
|
|
reflection_cube = "Redirection Cubes"
|
|
spherical_cube = "Spherical Cubes"
|
|
antique_cube = "Antique Cubes"
|
|
button = "Buttons"
|
|
old_button = "Antique Buttons"
|
|
floor_button = "Floor Buttons"
|
|
old_floor_button = "Antique Floor Buttons"
|
|
cube_button = "Cube Buttons"
|
|
ball_button = "Ball Buttons"
|
|
frankenturret = "Frankenturrets"
|
|
paint = "Three Gels"
|
|
laser = "Lasers"
|
|
faith_plate = "Aerial Faith Plates"
|
|
funnel = "Excursion Funnels"
|
|
bridge = "Hard Light Bridges"
|
|
laser_relays = "Laser Relays"
|
|
laser_catcher = "Laser Catchers"
|
|
turrets = "Turrets"
|
|
adventure_core = "Adventure Core"
|
|
space_core = "Space Core"
|
|
fact_core = "Fact Core"
|
|
|
|
# junk items
|
|
moon_dust = "Moon Dust"
|
|
lemon = "Lemon"
|
|
slice_of_cake = "Slice of Cake"
|
|
|
|
# trap items
|
|
motion_blur_trap = "Motion Blur Trap" # Adds blur effect to screen for 20 seconds
|
|
fizzle_portal_trap = "Fizzle Portal Trap" # Instantly Fizzles all places portals
|
|
butter_fingers_trap = "Butter Fingers Trap" # Persistently drops held items for 30 seconds
|
|
cube_confetti_trap = "Cube Confetti Trap" # An explosion of colorful cubes at the feet of the player
|
|
slippery_floor_trap = "Slippery Floor Trap" # Makes the player have 0 friction with the floor |