Added Uzi, Otto

This commit is contained in:
Baisebaoma 2023-12-01 15:59:40 +08:00
parent 8da8f55f5a
commit fc4c64e8e8
4 changed files with 24 additions and 0 deletions

19
bsbmavatars.lua Normal file
View File

@ -0,0 +1,19 @@
local extension = Package:new("bsbmavatars")
extension.extensionName = "BsbmAvatars"
Fk:loadTranslationTable {
["bsbmavatars"] = "监狱专属头像",
["ba"] = "监狱专属头像",
}
local jianzihao = General(extension, "jianzihao", "shu", 1, 1, General.Male)
jianzihao.hidden = true
local houguoyu = General(extension, "houguoyu", "shu", 1, 1, General.Male)
houguoyu.hidden = true
Fk:loadTranslationTable {
["jianzihao"] = "简自豪",
["houguoyu"] = "侯国玉",
}
return extension

BIN
image/generals/houguoyu.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

5
init.lua Normal file
View File

@ -0,0 +1,5 @@
local bsbmavatars = require "packages/BsbmAvatars/bsbmavatars"
return {
bsbmavatars,
}