Skip to content
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

[TODO] 虚空能收集器 #1416

Open
XeKr opened this issue Dec 28, 2024 · 0 comments
Open

[TODO] 虚空能收集器 #1416

XeKr opened this issue Dec 28, 2024 · 0 comments
Labels
📋️ TODO Content planned for production

Comments

@XeKr
Copy link
Contributor

XeKr commented Dec 28, 2024

Matters to be added to TODO - 将要加入TODO的事项

添加虚空能收集器

Describe what this TODO will do - 描述这个TODO要做的事情

void_energy_collector
渲染与集电器相同,分底座(方块模型渲染)和头(实体渲染)
合成:
虚空物质块,虚空物质块,虚空物质块
虚空物质块,集电器,虚空物质块
重质铁块,重质铁块,重质铁块


与集电器一样拥有5x5x5大小的电网框,同时这也是其工作检测范围,范围有重叠的收集器无法工作
工作时产出512的功率
工作时,每2分钟在范围内尝试生成一个方块,生成不会替换掉非空气方块,生成的方块从“虚空衰变”特性中随机得到
范围内的方块会对其功率产生影响,分为无影响(0),质量影响(+),负质量影响(-)


无影响方块(0):
空气、洞穴空气、虚空空气(或其他各种空气)、虚空物质块、超出建筑上限的区域(如果需要特判的话,包括y值最大以上或y值最小以下);
负质量影响方块:
负物质块(-1);
除此之外的方块都被认为是质量影响方块,不特殊说明即为(+1)


功率计算:
1.范围内影响值大于等于21时,功率降为0并停止工作(不再产生新的衰变方块)
2.范围内影响值为+11到+20时,功率降为128
3.范围内影响值为+3到+10时,功率降为256
4.范围内影响值为-10到+2时,不影响功率(为512)
5.范围内影响值为-20到-11时,功率升为1024
6.范围内影响值为-40到-21时,功率升为2048
7.范围内影响值小于等于-41时,功率升为4096

@XeKr XeKr added the 📋️ TODO Content planned for production label Dec 28, 2024
@XeKr XeKr added this to AnvilCraft Dec 28, 2024
@XeKr XeKr moved this to Todo in AnvilCraft Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📋️ TODO Content planned for production
Projects
Status: Todo
Development

No branches or pull requests

1 participant