Мозговой Червь (#17)
* - add: Added Cortic Borer. * - fix: Removed unnecessary imports, unused fields, variables, methods. * - fix: Изменён принцип вселения: теперь не создаётся новый энтити с переходом разума, вместо этого хост хранит в себе контейнер для червя, в который последний и погружается * - fix: Убрано использование устаревших методов и полей, исправлена ошибка, из-за которой при вселении в носителя уровень сахара не проверялся * - fix: Изменено тестировочное значение добавления очков химикатов * - fix: Borer can't speak now * - fix: Some bug and shitcode fixes * - fix: Some bug and shitcode fixes * - fix: Added cooldown after releasing the humanoid's body * - fix: fix * - add: Added russian localization * - add: Убрал использование метода _chatManager.ChatMessageToOne в некоторых местах, т.к. popup включает в себя вывод сообщения в чат. * - fix: fix * - fix: fix
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_brainspeech.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_braintake.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_infest.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_inject.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_out.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_reproduce.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/action_stun.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/borer.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Mobs/Animals/borer.rsi/dead.png
Normal file
|
After Width: | Height: | Size: 524 B |
55
Resources/Textures/Mobs/Animals/borer.rsi/meta.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by Ogunefu",
|
||||
"states": [
|
||||
{
|
||||
"name": "borer",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "dead",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_out",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_infest",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_stun",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_brainspeech",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_inject",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_scanreagents",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_braintake",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_reproduce",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "action_brainrelease",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||