-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] MedChem Sprite Update #101
[Feature] MedChem Sprite Update #101
Conversation
idk just random sprite update
WalkthroughThis pull request updates several Changes
Possibly related PRs
Suggested labels
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
RSI Diff Bot; head commit ef00644 merging into d703498 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi
Resources/Textures/Objects/Specific/Chemistry/beaker_bluespace.rsi
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi
Resources/Textures/Objects/Specific/Chemistry/pills.rsi
Resources/Textures/Objects/Specific/Chemistry/pills_canister.rsi
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/meta.json (1)
43-45
: Consider reordering states for better maintainability.The new
pill22
state is inserted betweenpill21
andpill7
, breaking the numerical sequence. Consider reordering the states to maintain a consistent numerical order.{ "name": "pill21" }, + { + "name": "pill7" + }, + { + "name": "pill8" + }, + { + "name": "pill9" + }, + { + "name": "pill10" + }, + { + "name": "pill11" + }, + { + "name": "pill12" + }, + { + "name": "pill13" + }, + { + "name": "pill14" + }, + { + "name": "pill15" + }, + { + "name": "pill16" + }, + { + "name": "pill17" + }, { "name": "pill22" }, - { - "name": "pill7" - }, - { - "name": "pill8" - }, - { - "name": "pill9" - }, - { - "name": "pill10" - }, - { - "name": "pill11" - }, - { - "name": "pill12" - }, - { - "name": "pill13" - }, - { - "name": "pill14" - }, - { - "name": "pill15" - }, - { - "name": "pill16" - }, - { - "name": "pill17" - },
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
⛔ Files ignored due to path filters (68)
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker1.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker2.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker3.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker4.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker5.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/beaker6.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_bluespace.rsi/beakerbluespace.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge1.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge2.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge3.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge4.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge5.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/beakerlarge6.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill1.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill10.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill11.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill12.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill13.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill14.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill15.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill16.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill17.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill18.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill19.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill2.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill20.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill21.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill22.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill3.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill4.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill5.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill6.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill7.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill8.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/pill9.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Chemistry/pills_canister.rsi/pill_canister.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/advkit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/advkit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/advkit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/blackkit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/blackkit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/blackkit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/brutekit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/brutekit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/brutekit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/burnkit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/burnkit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/burnkit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/firstaid-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/firstaid-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/firstaid.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/o2kit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/o2kit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/o2kit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/purplekit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/purplekit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/purplekit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/radkit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/radkit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/radkit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/toxinkit-inhand-left.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/toxinkit-inhand-right.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/toxinkit.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Mining/ore_bag_holding.rsi/orebag_off.png
is excluded by!**/*.png
Resources/Textures/Objects/Specific/Mining/ore_bag_holding.rsi/orebag_on.png
is excluded by!**/*.png
📒 Files selected for processing (7)
- Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/meta.json (1 hunks)
- Resources/Textures/Objects/Specific/Chemistry/beaker_bluespace.rsi/meta.json (2 hunks)
- Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/meta.json (1 hunks)
- Resources/Textures/Objects/Specific/Chemistry/pills.rsi/meta.json (2 hunks)
- Resources/Textures/Objects/Specific/Chemistry/pills_canister.rsi/meta.json (1 hunks)
- Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/meta.json (1 hunks)
- Resources/Textures/Objects/Specific/Mining/ore_bag_holding.rsi/meta.json (1 hunks)
✅ Files skipped from review due to trivial changes (5)
- Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/meta.json
- Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/meta.json
- Resources/Textures/Objects/Specific/Chemistry/pills_canister.rsi/meta.json
- Resources/Textures/Objects/Specific/Medical/firstaidkits.rsi/meta.json
- Resources/Textures/Objects/Specific/Mining/ore_bag_holding.rsi/meta.json
🔇 Additional comments (3)
Resources/Textures/Objects/Specific/Chemistry/beaker_bluespace.rsi/meta.json (2)
14-18
: Review the significant animation slowdown.The animation timing has been increased from 0.2s (2 frames × 0.1s) to 2.5s (5 frames × 0.5s), which is a 12.5x slowdown. This might affect the visual feedback and user experience. Please confirm if this change is intentional and if it aligns with the game's visual design guidelines.
#!/bin/bash # Description: Check for consistency in animation timings across similar sprites # Expected: Find similar patterns in related chemical container sprites # Test: Search for animation timing patterns in other chemical RSI files fd -e json -p '**/Chemistry/*.rsi/meta.json' --exec rg -A 5 '"delays":'
4-4
: Verify licensing compatibility with BlueMoon-Labs source.Please ensure that the assets from BlueMoon-Labs are compatible with the CC-BY-SA-3.0 license declared in this file. Consider adding the specific commit hash to the URL for better version tracking.
✅ Verification successful
License compatibility verified for BlueMoon-Labs assets
The assets are properly attributed with CC-BY-SA-3.0 license which is compatible with the repository's licensing structure. The repository uses AGPLv3 and MIT licenses for code, while art assets commonly use CC-BY-SA-3.0. Multiple files consistently reference the same BlueMoon-Labs source with proper attribution and licensing.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check if the source repository's license is compatible # Expected: Should find LICENSE or similar files in the BlueMoon repo # Test: Search for any license declarations in the source URL curl -s https://raw.githubusercontent.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/master/LICENSELength of output: 381
Script:
#!/bin/bash # Let's check the license information in our repository first fd LICENSE --type f --exec head -n 20 {} # Also check for any license declarations in meta.json files fd meta.json --type f --exec rg -l "license|copyright" {} # And check the specific meta.json file content cat Resources/Textures/Objects/Specific/Chemistry/beaker_bluespace.rsi/meta.jsonLength of output: 271747
Script:
#!/bin/bash # Let's check the repository's license files and any license-related information # First, check the root LICENSE file cat LICENSE # Check if there are any other license files in the repository fd -g 'LICENSE*' -t f # Let's also check if there are any other files from BlueMoon-Labs being used rg -l "BlueMoon-Labs" --type jsonLength of output: 702
Script:
#!/bin/bash # Let's check the content of the AGPLv3 license and MIT license files cat LICENSE-AGPLv3.txt cat LICENSE-MIT.txt # Let's also check one of the other files using BlueMoon-Labs assets to see if they have consistent licensing cat Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/meta.jsonLength of output: 36861
Resources/Textures/Objects/Specific/Chemistry/pills.rsi/meta.json (1)
4-4
: Verify copyright attribution consistency.The copyright attribution references
tgstation
, while the AI summary indicates other similar files in the Chemistry directory referenceBlueMoon-Labs
. Please verify if this inconsistency is intentional.
Все прикольно кроме новой сумки утилизаторов. Не знаю она прямо очень странно выглядит. Кину ещё нашим спрайтерам посмотреть |
Описание PR
Я хз, просто рандомная замена спрайтов.
Медиа
Содержание
Таблеточки в печати:
Все в сборе:
Все аптечки в сборе: